home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: pete@borland.com (Pete Becker)
- Newsgroups: comp.lang.c++
- Subject: Re: Borland C++ and Windows95 problem?
- Date: 3 Apr 1996 17:04:11 GMT
- Organization: Borland International
- Message-ID: <4jub2b$52c@druid.borland.com>
- References: <kimjh-0204960721530001@128.158.140.106>
- NNTP-Posting-Host: pbecker.borland.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- X-Newsreader: WinVN 0.99.5
-
- In article <kimjh-0204960721530001@128.158.140.106>,
- kimjh@pdalpha.msfc.nasa.gov says...
- >
- >Hello all,
- >I recently change to Windows95 from Windows3.1, and noticed that my old
- >programs do not compile anymore. My program accesses graphics routines and
- >used egavag.bgi file. When I compile the code under Windows95, I get an
- >error stating that bgi cannot be used under windows or something of that
- >effect. Any ideas? Is there a compatibility problem with Borland C++ 4.0
- >and Windows 95. Any suggestion would be greatly appreciated.
-
- Well, it's true that BGI does not work under Windows. You would get this error
- message at compile time if you tell the compiler that you are building a
- Windows application. That's usually done with the -W switch to the command line
- compiler.
-
-